home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / Kalkulator 2.2 / calculator.exe / 0 / RCDATA / TCUSTOMIZEFRM / TCUSTOMIZEFRM.txt
Text File  |  2002-09-30  |  11KB  |  440 lines

  1. object CustomizeFrm: TCustomizeFrm
  2.   Left = 1001
  3.   Top = 156
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Customize'
  7.   ClientHeight = 334
  8.   ClientWidth = 371
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 361
  11.   Constraints.MinWidth = 379
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   PopupMenu = CloseMenu
  20.   Position = poMainFormCenter
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnResize = FormResize
  24.   DesignSize = (
  25.     371
  26.     334)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object CloseBtn: TButton
  30.     Left = 288
  31.     Top = 304
  32.     Width = 75
  33.     Height = 25
  34.     Anchors = [akRight, akBottom]
  35.     Caption = 'Close'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.     OnClick = CloseBtnClick
  40.   end
  41.   object Tabs: TPageControl
  42.     Left = 6
  43.     Top = 7
  44.     Width = 358
  45.     Height = 291
  46.     ActivePage = ToolbarsTab
  47.     Anchors = [akLeft, akTop, akRight, akBottom]
  48.     MultiLine = True
  49.     TabIndex = 0
  50.     TabOrder = 1
  51.     object ToolbarsTab: TTabSheet
  52.       Caption = 'Toolbars'
  53.       DesignSize = (
  54.         350
  55.         263)
  56.       object ToolbarsLbl: TLabel
  57.         Left = 4
  58.         Top = 1
  59.         Width = 45
  60.         Height = 13
  61.         HelpType = htKeyword
  62.         Caption = 'Toolb&ars:'
  63.         FocusControl = ActionBarList
  64.       end
  65.       object Label2: TLabel
  66.         Left = 76
  67.         Top = 1
  68.         Width = 136
  69.         Height = 13
  70.         HelpType = htKeyword
  71.         Caption = '(Checkmark toggles visibility)'
  72.         Transparent = True
  73.       end
  74.       object ActionBarList: TCheckListBox
  75.         Left = 4
  76.         Top = 19
  77.         Width = 237
  78.         Height = 150
  79.         OnClickCheck = ActionBarListClickCheck
  80.         Anchors = [akLeft, akTop, akRight, akBottom]
  81.         ItemHeight = 13
  82.         TabOrder = 0
  83.         OnClick = ActionBarListClick
  84.       end
  85.       object ResetBtn: TButton
  86.         Left = 249
  87.         Top = 19
  88.         Width = 97
  89.         Height = 21
  90.         Action = ResetActn
  91.         Anchors = [akTop, akRight]
  92.         TabOrder = 2
  93.       end
  94.       object CaptionOptionsGrp: TGroupBox
  95.         Left = 4
  96.         Top = 174
  97.         Width = 239
  98.         Height = 82
  99.         Anchors = [akLeft, akRight, akBottom]
  100.         Caption = '&Toolbar Options'
  101.         TabOrder = 1
  102.         object Label4: TLabel
  103.           Left = 10
  104.           Top = 17
  105.           Width = 77
  106.           Height = 13
  107.           HelpType = htKeyword
  108.           Caption = '&Caption Options'
  109.         end
  110.         object ApplyToAllChk: TCheckBox
  111.           Left = 20
  112.           Top = 60
  113.           Width = 213
  114.           Height = 16
  115.           Action = ApplyToAllActn
  116.           Caption = 'Apply caption options &to all toolbars'
  117.           TabOrder = 0
  118.         end
  119.         object CaptionOptionsCombo: TComboBox
  120.           Left = 8
  121.           Top = 34
  122.           Width = 145
  123.           Height = 21
  124.           Style = csDropDownList
  125.           ItemHeight = 13
  126.           TabOrder = 1
  127.           OnChange = CaptionOptionsComboChange
  128.           Items.Strings = (
  129.             'None'
  130.             'Selective'
  131.             'All')
  132.         end
  133.       end
  134.     end
  135.     object ActionsTab: TTabSheet
  136.       Caption = 'Actions'
  137.       ImageIndex = 1
  138.       DesignSize = (
  139.         350
  140.         263)
  141.       object InfoLbl: TLabel
  142.         Left = 7
  143.         Top = 226
  144.         Width = 339
  145.         Height = 38
  146.         HelpType = htKeyword
  147.         Anchors = [akLeft, akRight, akBottom]
  148.         AutoSize = False
  149.         Caption = 
  150.           'To add actions to your application simply drag and drop from eit' +
  151.           'her Categories or Actions onto an existing ActionBar.'
  152.         WordWrap = True
  153.       end
  154.       object ListPanel: TPanel
  155.         Left = 0
  156.         Top = 32
  157.         Width = 350
  158.         Height = 135
  159.         Align = alTop
  160.         Anchors = [akLeft, akTop, akRight, akBottom]
  161.         BevelOuter = bvNone
  162.         TabOrder = 1
  163.         DesignSize = (
  164.           350
  165.           135)
  166.         object ActionsCatLbl: TLabel
  167.           Left = 6
  168.           Top = 1
  169.           Width = 56
  170.           Height = 13
  171.           HelpType = htKeyword
  172.           Caption = 'Cate&gories:'
  173.           FocusControl = CatList
  174.         end
  175.         object ActionsActionsLbl: TLabel
  176.           Left = 131
  177.           Top = 1
  178.           Width = 39
  179.           Height = 13
  180.           HelpType = htKeyword
  181.           Caption = 'A&ctions:'
  182.           FocusControl = ActionsList
  183.         end
  184.         object CatList: TListBox
  185.           Left = 3
  186.           Top = 18
  187.           Width = 119
  188.           Height = 117
  189.           Anchors = [akLeft, akTop, akBottom]
  190.           DragMode = dmAutomatic
  191.           ItemHeight = 13
  192.           TabOrder = 0
  193.           OnClick = CatListClick
  194.           OnMeasureItem = ActionsListMeasureItem
  195.           OnStartDrag = CatListStartDrag
  196.         end
  197.         object ActionsList: TListBox
  198.           Left = 130
  199.           Top = 18
  200.           Width = 215
  201.           Height = 117
  202.           Style = lbOwnerDrawVariable
  203.           Anchors = [akLeft, akTop, akRight, akBottom]
  204.           Color = clBtnFace
  205.           DragMode = dmAutomatic
  206.           ItemHeight = 13
  207.           MultiSelect = True
  208.           TabOrder = 1
  209.           OnClick = ActionsListClick
  210.           OnData = ActionsListData
  211.           OnDrawItem = ActionsListDrawItem
  212.           OnMeasureItem = ActionsListMeasureItem
  213.           OnStartDrag = ActionsListStartDrag
  214.         end
  215.       end
  216.       object DescGroupBox: TGroupBox
  217.         Left = 4
  218.         Top = 171
  219.         Width = 343
  220.         Height = 48
  221.         Anchors = [akLeft, akRight, akBottom]
  222.         Caption = 'Description'
  223.         TabOrder = 2
  224.         DesignSize = (
  225.           343
  226.           48)
  227.         object HintLbl: TLabel
  228.           Left = 9
  229.           Top = 14
  230.           Width = 327
  231.           Height = 29
  232.           HelpType = htKeyword
  233.           Anchors = [akLeft, akRight, akBottom]
  234.           AutoSize = False
  235.           Caption = 'HintLbl'
  236.           WordWrap = True
  237.         end
  238.       end
  239.       object ComboPanel: TPanel
  240.         Left = 0
  241.         Top = 0
  242.         Width = 350
  243.         Height = 32
  244.         Align = alTop
  245.         BevelOuter = bvNone
  246.         TabOrder = 0
  247.         object ListCombo: TComboBox
  248.           Left = 3
  249.           Top = 4
  250.           Width = 170
  251.           Height = 21
  252.           Style = csDropDownList
  253.           ItemHeight = 0
  254.           TabOrder = 0
  255.           OnSelect = ListComboSelect
  256.         end
  257.       end
  258.     end
  259.     object OptionsTab: TTabSheet
  260.       Caption = 'Options'
  261.       ImageIndex = 2
  262.       DesignSize = (
  263.         350
  264.         263)
  265.       object PersonalizeLbl: TLabel
  266.         Left = 5
  267.         Top = 4
  268.         Width = 159
  269.         Height = 13
  270.         HelpType = htKeyword
  271.         Caption = 'Personalized Menus and Toolbars'
  272.       end
  273.       object OptionsBevel2: TBevel
  274.         Left = 171
  275.         Top = 10
  276.         Width = 158
  277.         Height = 2
  278.         HelpType = htKeyword
  279.         Anchors = [akLeft, akTop, akRight]
  280.         Shape = bsTopLine
  281.       end
  282.       object OptionsBevel1: TBevel
  283.         Left = 44
  284.         Top = 117
  285.         Width = 285
  286.         Height = 2
  287.         HelpType = htKeyword
  288.         Anchors = [akLeft, akTop, akRight]
  289.         Shape = bsTopLine
  290.       end
  291.       object OtherLbl: TLabel
  292.         Left = 11
  293.         Top = 111
  294.         Width = 28
  295.         Height = 13
  296.         HelpType = htKeyword
  297.         Caption = 'Other'
  298.       end
  299.       object Label1: TLabel
  300.         Left = 21
  301.         Top = 196
  302.         Width = 84
  303.         Height = 13
  304.         HelpType = htKeyword
  305.         Caption = '&Menu animations:'
  306.         FocusControl = MenuAnimationStyles
  307.       end
  308.       object RecentlyUsedChk: TCheckBox
  309.         Left = 21
  310.         Top = 33
  311.         Width = 242
  312.         Height = 17
  313.         Action = RecentlyUsedActn
  314.         TabOrder = 0
  315.       end
  316.       object ResetUsageBtn: TButton
  317.         Left = 24
  318.         Top = 67
  319.         Width = 122
  320.         Height = 21
  321.         Action = ResetUsageDataActn
  322.         TabOrder = 1
  323.       end
  324.       object LargeIconsChk: TCheckBox
  325.         Left = 21
  326.         Top = 131
  327.         Width = 97
  328.         Height = 17
  329.         Action = LargeIconsActn
  330.         TabOrder = 2
  331.       end
  332.       object ShowTipsChk: TCheckBox
  333.         Left = 21
  334.         Top = 150
  335.         Width = 138
  336.         Height = 17
  337.         Action = ShowHintsActn
  338.         TabOrder = 3
  339.       end
  340.       object ShortCutTipsChk: TCheckBox
  341.         Left = 45
  342.         Top = 169
  343.         Width = 164
  344.         Height = 17
  345.         Action = ShowShortCutsInTipsActn
  346.         TabOrder = 4
  347.       end
  348.       object MenuAnimationStyles: TComboBox
  349.         Left = 114
  350.         Top = 192
  351.         Width = 112
  352.         Height = 21
  353.         Style = csDropDownList
  354.         ItemHeight = 13
  355.         ItemIndex = 1
  356.         TabOrder = 5
  357.         Text = 'Default'
  358.         OnChange = MenuAnimationStylesChange
  359.         Items.Strings = (
  360.           '(None)'
  361.           'Default'
  362.           'UnFold'
  363.           'Slide'
  364.           'Fade')
  365.       end
  366.     end
  367.   end
  368.   object CloseMenu: TPopupMenu
  369.     Left = 286
  370.     Top = 4
  371.     object CloseItem: TMenuItem
  372.       Caption = '&Close'
  373.       ShortCut = 27
  374.       Visible = False
  375.       OnClick = CloseBtnClick
  376.     end
  377.   end
  378.   object ActionImages: TImageList
  379.     Left = 314
  380.     Top = 4
  381.   end
  382.   object ActionList1: TActionList
  383.     Left = 258
  384.     Top = 4
  385.     object ResetActn: TAction
  386.       Category = 'Toolbars'
  387.       Caption = '&Reset...'
  388.       OnExecute = ResetActnExecute
  389.       OnUpdate = ResetActnUpdate
  390.     end
  391.     object CloseActn: TAction
  392.       Category = 'Dialog'
  393.       Caption = 'Close'
  394.     end
  395.     object ResetUsageDataActn: TAction
  396.       Category = 'Options'
  397.       Caption = 'Reset Usage Data'
  398.       OnExecute = ResetUsageDataActnExecute
  399.     end
  400.     object RecentlyUsedActn: TAction
  401.       Category = 'Options'
  402.       Caption = 'Me&nu show recently used items first'
  403.       OnExecute = RecentlyUsedActnExecute
  404.       OnUpdate = RecentlyUsedActnUpdate
  405.     end
  406.     object FullMenusActn: TAction
  407.       Category = 'Options'
  408.       AutoCheck = True
  409.       Caption = 'Show f&ull menus after a short delay'
  410.       Enabled = False
  411.     end
  412.     object ShowHintsActn: TAction
  413.       Category = 'Options'
  414.       AutoCheck = True
  415.       Caption = 'Show &tips on toolbars'
  416.       OnExecute = ShowHintsActnExecute
  417.       OnUpdate = ShowHintsActnUpdate
  418.     end
  419.     object ShowShortCutsInTipsActn: TAction
  420.       Category = 'Options'
  421.       AutoCheck = True
  422.       Caption = 'Show shortcut keys in tips'
  423.       OnExecute = ShowShortCutsInTipsActnExecute
  424.     end
  425.     object ApplyToAllActn: TAction
  426.       Category = 'Toolbars'
  427.       AutoCheck = True
  428.       Caption = 'Apply &to all toolbars'
  429.       OnUpdate = ResetActnUpdate
  430.     end
  431.     object LargeIconsActn: TAction
  432.       Category = 'Options'
  433.       AutoCheck = True
  434.       Caption = '&Large icons'
  435.       OnExecute = LargeIconsActnExecute
  436.       OnUpdate = LargeIconsActnUpdate
  437.     end
  438.   end
  439. end
  440.